* xdisp.c (redisplay_window): Likewise.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Mar 2011 09:54:06 +0000 (01:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Mar 2011 09:54:06 +0000 (01:54 -0800)
src/ChangeLog
src/xdisp.c

index 1ba518b286608d85c67776cd292f08a9a4d138f0..d8b430709afb396557c461b5c60a34155b70b2ec 100644 (file)
@@ -6,6 +6,7 @@
        Remove decls.
 
        * cmds.c (internal_self_insert): Reindent to match Emacs style.
+       * xdisp.c (redisplay_window): Likewise.
 
        * xdisp.c: Rename or move local decls to avoid shadowing.
        (init_iterator, handle_fontified_prop, handle_single_display_spec):
index b95325c83975e822d7d73351638d6e7fd069ba83..c8ec74ea7b06fa21803fb418d146074316bfede9 100644 (file)
@@ -14330,9 +14330,9 @@ redisplay_window (Lisp_Object window, int just_this_one_p)
        || (!NILP (w->column_number_displayed)
           && (XFASTINT (w->column_number_displayed)
                != (int) current_column ()))) /* iftc */
-       /* This means that the window has a mode line.  */
-       && (WINDOW_WANTS_MODELINE_P (w)
-          || WINDOW_WANTS_HEADER_LINE_P (w)))
+      /* This means that the window has a mode line.  */
+      && (WINDOW_WANTS_MODELINE_P (w)
+         || WINDOW_WANTS_HEADER_LINE_P (w)))
     {
       display_mode_lines (w);